<xs:element maxOccurs="unbounded" name="vat" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType>
<xs:sequence>
<xs:element name="description" type="xs:string" />
<xs:element name="percentage" type="xs:decimal" />
<xs:element name="countrydescription" type="xs:string" />
<xs:element name="isocountrycode" type="xs:string" />
<xs:element name="followupnumber" type="xs:byte" />
</xs:sequence>
<xs:attribute name="code" type="xs:string" use="required" />
</xs:complexType>
</xs:element>
|